var crypto/elliptic/internal/nistec.p384B
6 uses
crypto/elliptic/internal/nistec (current package)
p384.go#L13: var p384B, _ = new(fiat.P384Element).SetBytes([]byte{
p384.go#L110: x3.Add(x3, p384B)
p384.go#L169: z3 := new(fiat.P384Element).Mul(p384B, t2) // Z3 := b * t2
p384.go#L175: y3.Mul(p384B, y3) // Y3 := b * Y3
p384.go#L213: y3 := new(fiat.P384Element).Mul(p384B, t2) // Y3 := b * t2
p384.go#L223: z3.Mul(p384B, z3) // Z3 := b * Z3
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)